home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2003 #8 / K-CD-8-2003.ISO / Eraser / EraserSetup.exe / {app} / Boot / eBoot.exe / eBoot.IMA / SYSLINUX.CFG < prev    next >
Encoding:
Text File  |  2002-10-30  |  1.2 KB  |  39 lines

  1. # syslinux.cfg: Boot loader configuration file for Darik's Boot and Nuke.
  2.  
  3. # Kernel names.
  4. DEFAULT dban
  5. LABEL   dban
  6. KERNEL  kernel.bzi
  7.  
  8. # The DBAN kernel uses DevFS without devfsd, so you may not use
  9. # conventional device node file names in kernel options.
  10. #
  11. # Note that Linux 2.4.19 will not boot with root=/dev/rd/0.  The /dev/ram0 name
  12. # is, however, now hardcoded in 'init/do_mounts.c' so root=/dev/ram0 works
  13. # instead.  This violates the DevFS documentation and is probably a kernel bug.
  14.  
  15. # Default boot options. If a VGA or HGA video adapter is not found, then the
  16. # first serial port detected will be used as the system console.
  17. APPEND initrd=initrd.gz root=/dev/ram0 init=/rc quiet
  18.  
  19. # Alternate boot options for better IDE performance.
  20. #APPEND initrd=initrd.gz root=/dev/ram0 init=/rc quiet ide0=autotune ide1=autotune
  21.  
  22. # Boot options that force a serial console.
  23. #APPEND initrd=initrd.gz root=/dev/ram0 init=/rc quiet console=ttyS0,9600n8r
  24.  
  25. # Print the product banner and liability disclaimer.
  26. DISPLAY warning.txt
  27.  
  28. # Extra screens.
  29. F1 warning.txt
  30. F2 about.txt
  31. F3 options1.txt
  32. F4 options2.txt
  33. F5 options3.txt
  34.  
  35. # Setting zero here will automatically start DBAN without prompting the user.
  36. PROMPT 1
  37.  
  38. # eof
  39.